home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / RadioactiveSnakesFromMa.swf / scripts / DefineButton2_97 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-20  |  140 b   |  11 lines

  1. on(release){
  2.    if(_root.gooddomain == 1)
  3.    {
  4.       _root.player[setup].colors = 5;
  5.    }
  6.    else
  7.    {
  8.       share.play();
  9.    }
  10. }
  11.